home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / ftp / amftp / amftp.changes < prev    next >
Text File  |  1998-05-24  |  27KB  |  695 lines

  1.  
  2.                     AmFTP - The AmigaOS FTP Client
  3.                     ==============================
  4.  
  5.               Copyright © 1995-1997 by Mathias Mischler
  6.                           (merlin@vapor.com)
  7.  
  8.                          All Rights Reserved
  9.  
  10.                  Bugreports to amftp@vapor.com please
  11.                          (AmFTP Mailinglist)
  12.  
  13.             FTP Support Site: ftp.vapor.com /support/AmFTP
  14.             WWW Support Site: http://www.vapor.com/AmFTP/
  15.  
  16.                  Support Mailinglist: amftp@vapor.com
  17.      (send a ADD in body to subscribe to amftp-request@vapor.com)
  18.  
  19. Changes:
  20. --------
  21.  
  22. v1.24 (6.1.96)
  23.  
  24.  - You can now delete local directories.
  25.  - Local files won't be deleted after viewing.
  26.  - NOOP won't be send during transfer.
  27.  - "Sort" button added to Profile page. Sorts all profiles
  28.    alphabeticaly.
  29.  - Size of any file will now got correctly.
  30.  
  31. v1.25 (6.1.96)
  32.  
  33.  - Transfer Gauge will now show correct value with large files.
  34.  - The Logfile will be stored in "T:AmFTP.log" for debugging.
  35.  - If "Save Dirs" is selected, the Default Dir in profile settings
  36.    is updated when the directory changes.
  37.  - You can now select a local directory for each profile entry.
  38.    And also select savedir to keep local directory up-to-date.
  39.  - Layout changed to save space for 640x200 screens.
  40.  
  41. v1.26 (7.1.96)
  42.  
  43.  - Enforcer hit eliminated.
  44.  - First version of AmFTP.guide, thanks to Duran ! :}
  45.  - "Help" button or pressing Help-Key now starts the guide.
  46.  - Version string set, v1.25 was v1.24.
  47.  - NOOP command now 'quiet'
  48.  - "Parent" Button (Left Arrow) is now a text gadget.
  49.  
  50. v1.27 (8.1.96)
  51.  
  52.  - Added a directory cache system. Previously loaded directories will be
  53.    called from the cache, rather than reloaded. Size of cache: 20 entries.
  54.  - Using "Refresh" button reloads the directory, instead of calling the cache.
  55.  
  56. v1.28 (9.1.96)
  57.  
  58.  - Refresh, Reload combination with cache now works.
  59.  - Some internal fixes.
  60.  - MakeDir and Delete now reloads Directory instead of cache directory.
  61.    directory.
  62.  - Norwegian and swedish catalog included. Thanks to Anders Bakkevold
  63.    and Jan Malmquist.
  64.  - If no localdir in profiles is selected, the localdir won't be
  65.    changed during connect.
  66.  - Display Beep after transfer, except when loading directory.
  67.  - Removed a bug with multiple AmFTP Clients running.
  68.  - Bug removed: Port can now be 4 digits long.
  69.  - help-bubbles on "Abort" gadgets suppressed during transfer.
  70.  - Removed bug with signal handling.... puhhh....
  71.  
  72. v1.29 (10.1.96)
  73.  
  74.  - Another signal bug removed.
  75.  - Menu checkmarks and cyclegadgets are stored in ".AmFTPRC" and will
  76.    be loaded and installed after new start.
  77.  - Multiview will now be started on AmFTP pubscreen.
  78.  
  79. v1.30 (12.1.96)
  80.  
  81.  - Enforcer Hit removed when changing localdir with no profiles 
  82.    selected.
  83.  - Contents of local directory string gadgets will be saved in
  84.    ".AmFTPRC" and loaded again.
  85.  - Pathes ending with "/" got a wrong parent directory. Fixed.
  86.  - Small window during connecting, including some information about
  87.    host and port.
  88.  - Added capability to abort connection.
  89.  
  90. v1.31 (13.1.96)
  91.  
  92.  - Bug removed: Connecting window was displayed on wrong pubscreen.
  93.  - ADT Listview is enabled anyway when recent is received and parsed.
  94.  - Size of Readme will be shown correctly.
  95.  - New menu checkmark for "confirm close connection."
  96.  - Quiet Login with user-defined password was incorrect.
  97.  - Syncronized Login procedure, instead of old asyncronized.
  98.  - ADT can be deselected again.
  99.  - Changed dirparsing for non-group outputs.
  100.  - ADT Mode now with select pattern ("+", "-").
  101.  - ADT Sort Date works now.
  102.  - Connect window references main window.
  103.  
  104. v1.32 (14.1.96)
  105.  
  106.  - Increased stacksize of connect task window to 20000 to start
  107.    MUI Prefs if you like too.
  108.  - Using nameserver for server ip can now also be aborted.
  109.  - Loading directory now uses busybar, too.
  110.  - All writing operations now check socket before writing.
  111.  - Busy Bar will now be moved slowly via mainloop, because MUI3.1 busy
  112.    bar won't move itself.
  113.  
  114. v1.33, v1.34, v1.35 (15.1.96)
  115.  
  116.  - ADT Sort Date fixed.
  117.  - MkDir/Rename Disabled bug while not connected removed.
  118.  - First real AT-Version (not released via supportsides).
  119.  - MUI destructor is safer.
  120.  - Main Page will be popped-up when closing connection.
  121.  - Saved path in ".AmFTPrc" is case sensitive now.
  122.  - ADT/Anon checkmarks disable correct other strings/checkmarks.
  123.  - Corrected bug in german catalog.
  124.  - Subdir download only works in ADT Mode, NOT in batch mode.
  125.  - ABORT command will be sent trashed again.
  126.  
  127. v1.36 (16.1.96)
  128.  
  129.  - French and finnish catalog included. Thanks to Pascal Rullier
  130.    and Timo Suoranta.
  131.  - Added a ADT Status window.
  132.  - only valid help bubbles will be shown.
  133.  - Connect window only appears when that checkmark is selected 
  134.    in menu.
  135.  - Some layout fixes, and some internal fixes.
  136.  - Transfer gauges will now show 100% when file is transfered. 
  137.  - MakeDir/Rename windows will be created and disposed dynamically
  138.    in order to save memory.
  139.  - Amiga FTP-Server with "System:" pathnames, etc., weren't handled
  140.    correctly.
  141.  - Batch window will close after transfer of files has been started.
  142.  - New variable label in ".AmFTPRC" called "ADT_FINDSITE".
  143.    Default is 128.252.135.4 which is ftp.wustl.edu.
  144.    Other find sites are:
  145.    USA (MO),ftp.wustl.edu,128.252.135.4
  146.    Switzerland,amiga.icu.net.ch,146.228.204.2
  147.    Germany,find.germany.aminet.org,131.234.38.2
  148.    Portugal,ftp.ua.pt,193.136.80.68
  149.  - Now possible to call an Aminet findsite and search for
  150.    special entries. Press "Find" in ADT-Mode.
  151.  
  152. v1.37 (19.1.96)
  153.  
  154.  - Installer script works correct now.
  155.  - If you wanted to download a file, which is not available to download
  156.    for you, no works perfectly. The reasons may be, e.g. that the 
  157.    file has been removed, or your user rights don't allow you to access 
  158.    that file. 
  159.  - A batch download cannot be initialized when no connection is
  160.    established.
  161.  - List of Default Profiles now includes all known AmiNet Sites.
  162.    (Reference: Site-info from any AmiNet site) You have to delete your
  163.    ".AmFTPProfiles" files in HOME: and PROGDIR:, if you want to see
  164.    them in YOUR personal profile list.
  165.  - New feature to call "archie"-sites to search for special files.
  166.    Choose your local archie findsite from the popuplist. The archie
  167.    feature is totally alpha and will be completed soon to really work
  168.    with. 
  169.    If a archie findsite doesn't work or respond, please report this to me.
  170.    Connection and transfer can be aborted during action.
  171.  - ADT-Find will open a connect window during whole transfer. And allows
  172.    you to abort transfer.
  173.  - Some internal changes.
  174.  - Connectwindows aren't active when they're opened.
  175.  
  176. v1.38 (20.1.96)
  177.  
  178.  - Found archie entries can be added as Profile entries. The server
  179.    will be named "FTP <ftpsite>", and can be found on the bottom of the
  180.    list.
  181.    The default directory of this profile entry will be the directory
  182.    found during archie search.
  183.  - Some internal changes.
  184.  - Bug removed: Loginsequence with some archie servers failed sometimes.
  185.  - Minor Layout fixes.
  186.  - Archie output is now restricted to window width.
  187.    Before you saw "/pub/amiga/com", now you see ".../comm/amftp".
  188.  - If no username or no password is given in profile settings, there
  189.    will popup a window to enter it for this login. 
  190.    These datas won't be saved after quit, so it is useful for secure
  191.    use.
  192.  - Changed directory parsing again. No it should work anywhere and make
  193.    no more problems with "files with space in filename".
  194.  
  195. v1.39 (21.1.96)
  196.  
  197.  - Some internal fixes.
  198.  - Archie Title strings in listview are now named "Host" and 
  199.    "Directory/Filename".
  200.  - Dirparser improved.
  201.  - Variable "LASTCALL" removed. The ADT scan date will be last seen 
  202.    entry in RECENT list.
  203.    ADT will now really show NEW entries, when it should to.
  204.  - You can load local index of any aminet side. be careful this 
  205.    could take a while.
  206.  
  207. v1.40 (22.1.96)
  208.  
  209.  - Added AmFTP/AMIGA®-logo in about window.
  210.  - Downloading a file, which already exists, can either be resumed
  211.    or overwritten.
  212.  - Resume requester only appears when that checkmark is selected
  213.    in menu. Otherwise resume will be used without asking.
  214.    Take care: Not every ftp-site supports a correct resume.
  215.  - Dirparser re-written. Now it uses a human like logic finding 
  216.    columns and spaces. Hope this will solve problems with some 
  217.    special sites.
  218.  - New entry in AmFTP-RC file "LASTRECENT". It stores the time index
  219.    of newest recent entry. It's used to decide which aminet uploads
  220.    are new. Setting this back to "LASTRECENT 0" (or removing this
  221.    entry) shows all files since 1.1.1970. This will be start value,
  222.    i'm sorry for.
  223.  - Some internal fixes.
  224.  
  225. v1.41 (23.1.96)
  226.  
  227.  - All lines will end with CR/LF now, to not confuse old fashioned
  228.    IBM-compatible servers, and some slip-emulations like TIA.
  229.  - Layout fixed.
  230.  - CPS (Character per second) calculation should now also deliver a 
  231.    correct value using file-resume.
  232.  - Fixed a bug with directory loading after resume.
  233.  - If an file to receive can't be opend, it will be logged with an
  234.    errorreport in logwindow.
  235.  - Build a uncompress for ".Z" (standard unix compression) files in
  236.    AmFTP.
  237.  - Compressed files will automatically decompressed, yet. Later on 
  238.    it will be configurable.
  239.  - RECENT and LOCAL index files will be loaded in compressed format.
  240.  - Some internal changes.
  241.  
  242. v1.42 (25.1.96)
  243.  
  244.  - If ENV:HOME points to "ram:", "PRODIR:" will be used instead.
  245.  - Sort by Date should now really sort by date. :)
  246.  - LASTRECENT removed from rc-File. Added LASTRECENTS, which is
  247.    contains an unsigned value.
  248.    Sorry "show new" had to be reseted again. It will show all files
  249.    during first start, instead of only new ones.
  250.  - Some layout fixes.
  251.  - File ending with ".readme", ".liesmich", ".text", or ".txt" will
  252.    attempt to be received compressed.
  253.    If this attempt fails, no more tries of compress will be made
  254.    during this connect with this server.
  255.  - Closing a connection during transfer will remove list of file to
  256.    receive.
  257.  - Added español catalog.
  258.  - Changing active entry in ADT mode, will show a short info about
  259.    it.
  260.    Example: "CL5-Devkit [172203 Bytes, 1631 Bytes Readme, Send: 
  261.    02.12.1995, 16:00"
  262.    Selecting entries will show info about selection furthermore.
  263.  - Changing active entry in Archie mode, will show a short info 
  264.    about it.
  265.    Example: "Anarchie-F140.sit.bin [488960 Bytes], Send 11:23 3 Nov 
  266.    1994"
  267.  - Installer shows different icons for AmFTP during selection.
  268.  - You can choose a special selection of Aminet directories, and
  269.    force AmFTP to show those only. Choose "Selected" in "Show:"
  270.    cyclegadget.
  271.  
  272. v1.43 (26.1.96)
  273.  
  274.  - AmFTP.language.ct and AmFTP.cd in archie are current versions,
  275.    again. Sorry i forgot to update these files last time.
  276.  - Internal fixes.
  277.  - Selection of transfer mode added again.
  278.  - New menu entry "Open Batch Window" or pressing AMIGA-B opens 
  279.    batch window to drag&drop inside.
  280.  - ADT entries can be drag&dropped inside the batch window now, and
  281.    allow so a batchdownload of ADT files.
  282.  - Compiled optimized; hope anything still works.
  283.  
  284. v1.44 (28.1.96)
  285.  
  286.  - Fixed a bug in rename function.
  287.  - Added greek language catalog, thanks to Manos Konstantinia.
  288.  - The "ls -la" listing makes no difference between linked
  289.    directories and linked file. I depents on user now, what should
  290.    be done with a link, and it may fail (look in log window when a
  291.    action with linked entries does not work).
  292.    (The filesize can be also WRONG sometimes, cause some servers
  293.    give size of link entry instead of the size of the file.)
  294.  - The local directory history will be saved in the file 
  295.    ".AmFTPHistory". This file can be changed with a normal 
  296.    texteditor. That history will be loaded at start of AmFTP again.
  297.  
  298. v1.45 (28.1.96)
  299.  
  300.  - Changed login sequence to completely syncron data exchange.
  301.  - MaxLen for port string set to 5. MUI now wants to get size with 0
  302.    termination.
  303.  - You can now load and see "ADT_RECENT_14" file, too. This should
  304.    contain aminet uploads in last 14 days. 
  305.  
  306. v1.46 (1.2.96)
  307.  
  308.  - Some internal fixes.
  309.  - Some layout changes.
  310.  - AmFTP won't disable whole groups anymore. Conform to style guide
  311.    only gadgets are disabled.
  312.  - Added dansk catalog.
  313.  - Added dutch catalog.
  314.  
  315. v1.47 (1.2.96)
  316.  
  317.  - Bug removed: Forgot to enable ADT listview for user input :(
  318.  
  319. v1.48 (3.2.96)
  320.  
  321.  - Some internal fixes.
  322.  - Some layout changes.
  323.  - Login and transfer should work at windows server now.
  324.  
  325. v1.49 (10.2.96)
  326.  
  327.  - First non-beta prerelease.
  328.  - Some internal fixes.
  329.  - Changed from CatComp to FlexCat Catalog Compiler.
  330.  - Argument/Tooltype "LANGUAGE" added.
  331.    You can set a prefered language with this Argument/Tooltype.
  332.    e.g. "AmFTP LANGUAGE=français" would start with french language.
  333.    (Take care of correct spelling of the language. It's case
  334.    sensitive!!)
  335.  
  336. v1.50 (11.2.96)
  337.  
  338.  - Active Object default set on listviews, depenting on connection
  339.    state, and mode (adt).
  340.  - Added a tool for easy registration of AmFTP via net. You can call
  341.    it either by selecting from menu, or starting it direct.
  342.  - Fix a freezing bug on timeout.
  343.  - Some internal changes.
  344.  
  345. v1.51 (23.2.96) 
  346.  
  347.  - internal version
  348.  
  349. v1.52 (24.2.96)
  350.  
  351.  - Some internal fixes.
  352.  - Check of responses of bad-implemented ftp-Servers, like "Command
  353.    not found", etc..
  354.  - Filelen to send is not taken from listview, but from filehandle.
  355.    (it may change)
  356.  - Fixed to work with "Mircosoft FTP-Server". Grmpf.
  357.  - AmFTP didn't close allocated socket, when a connection was aborted
  358.    by server.
  359.  - Increased length of username.
  360.  - The order of entries in the batch window can be set with dropping
  361.    on any position inside the batch window. 
  362.    The order can be changed with draging an entry, moving around,
  363.    and drop this entry on wanted position inside batch window.
  364.  - Some little layout changes.
  365.  - Keyfile can be also stored in $KEYPATH.
  366.  
  367. v1.53 (28.2.96)
  368.  
  369.  - Some internal Changes.
  370.  - New distributor for United Kingdom.
  371.  - Inserted second parser for difficult directories.
  372.    (e.g. /pub/aminet/biz/dbase on most ftp-Server with trashed
  373.    coumn layout)
  374.    AmFTP will change parser mode itself.
  375.  - Transfer will be done by asyncron IO, this will take less cpu
  376.    time, and maybe speed up transfer speed.
  377.  - There won't be DisplayBeep _after_ MultiView any more :)
  378.  
  379. v1.54 (13.3.96)
  380.  
  381.  - Wrote external Preferences program "AmFTPPrefs".
  382.    AmFTP has now one global preferences file for all running Clients.
  383.  - External viewer can be defined in Preferences. (default is
  384.    "SYS:Utilites/MultiView", like it was before :)
  385.    You can also define a alternate viewer. The first will be used,
  386.    when Viewer-Pattern matches, otherwise the alternate Viewer will
  387.    be used.
  388.  - The standard modes (Download-Mode, Dirtool-Mode) for ftp and ADT
  389.    can be set in Preferences.
  390.  - Creation of logfile and filename of logfile can be set in
  391.    Preferences.
  392.  - If no configuration is set, AmFTP will load Preferences program
  393.    on first start. Hope this won't confuse some user.
  394.  - Some internal changes.
  395.  - Catalog cleaned up, so old catalogs translations won't work
  396.    anymore. I'm sorry for that, but there was need for a cleaning. :)
  397.    I will store catalog description as fast as it is possible in
  398.    new archives.
  399.  - Added notification on local directory. It will refresh automatic,
  400.    when a notify arrives.
  401.  - Last Recent Date will be only updated, when it was changed.
  402.  - Added Sound Prefs to Preferences Program. You can set Sounds on 
  403.    Start/End of Amftp, Start/End of Download, and on viewing a file.
  404.  - Last state of ADT-sort-state is saved on exit.
  405.  
  406. v1.55 (20.3.96)
  407.  
  408.  - Added MUI help-bubbles to AmFTP-Preferences.
  409.  - Some layout changes.
  410.  - Some internal fixes.
  411.  - Limit of ADT Find-Results can be set in Preferences.
  412.  
  413. v1.56 (18.4.96) 
  414.  
  415.  - internal version
  416.  
  417. v1.57 (30.4.96)
  418.  
  419.  - Removed some Bugs.
  420.  - Diskspace in percent on current drive is shown while transfer.
  421.  - Language Tooltype is also used in AmFTP Preferences.
  422.  - RamDisk Space will be calculated correctly now, and isn't
  423.    always 100%.
  424.  - Some minor layout changes.
  425.  - Some minor internal changes, i don't remember.
  426.  - IP Numbers are interpreted by AmFTP itself.
  427.    (MLink caused trouble lookup on IP numbers sometimes)
  428.  - Save Archie Search Result.
  429.  - Removed some unused structures :) since v1.53
  430.  - Changing local-/remote-directory pathes in string gadets won't show,
  431.    contents in file listview, but add to history.
  432.  - Begin-Port for XFer (usually 1024+) is configurable in Preferences
  433.    now. DON'T change, if there is no special need to do!
  434.  - If it was not allowed to change a directory or directory doesn't
  435.    exist, old directory will be shown again.
  436.  - AsyncIO can be switched off in AmFTP Preferences now.
  437.    Transfer will be a little bit slower, but i won't take so much
  438.    Performance than AsynIO on some DMA-Controller does.
  439.  - Prefernces can be stored anywhere on harddisk. AmFTP-Preferences
  440.    saves its path inside saved configuration. So, when you changes its
  441.    directory, you have to call Preferences once and save settings.
  442.  - If a downloaded file isn't a executable, the execution flag isn't
  443.    set any more.
  444.    Also Rexx and AmigaOS scripts get the script protection bit.
  445.  - The downloaded files get a "from <hostname>" comment.
  446.  - Close and MakeDir Requester Windows are now style-guide conform.
  447.  - Archie & ADTFind work again :)
  448.  - Profiles Settings are only saved on quit, when they are changed
  449.    before.
  450.  
  451. v1.58 (28.6.96)
  452.  
  453.  - internal version
  454.  
  455. v1.59 (5.7.96)
  456.  
  457.  - Fixed a nasty bug. AmFTP runs on 68000'er amigas again.
  458.  - Disabled display-beep on "Abort Connection". It's sound is configurable
  459.    in preferences now.
  460.  - Number of total-received bytes and number of total-to-receive bytes are
  461.    shown in percent next to diskspace-bar.
  462.  - New button in profile settings. You can now copy profile entries.
  463.    They get same entry-name like copied one, with the postfix ".copy".
  464.  - New menu-item "Open Connection". Selection this while not connected will
  465.    open a window to enter name of a host, which you just want to connect one
  466.    time without creating a profile entry.
  467.  - You can download a single file by name from a ftp-Server. Press Amiga-L
  468.    or select "Download File by Name" from menu. It is usefull for hidden
  469.    directories on ftp-Servers.
  470.  - You can send a raw-command to a ftp-Server. Press Amiga-R or select "Send
  471.    Raw Command" from menu. So you can use any feature of a ftp-Server, even
  472.    when AmFTP not supports it. But be careful what you're doing/sending.
  473.  - When the Viewer returns an other returncode than 0, something got wrong
  474.    with the viewer. E.g. "unknown datatype" AmFTP will now popup error-
  475.    message and returncode in a little requester.
  476.  - When a file already exits during downloading. You can now chooce between
  477.    "Resume", "Rename", "Overwrite" and "Skip".
  478.  - When your $HOME-enviroment points to a trashed or non-existing directory,
  479.    a error requester pops up. If this happens check your home-directory in
  480.    "AmiTCP:db/passwd".
  481.  - New tooltypes "SERVER" and "PORT/N". So you can auto-connect AmFTP to
  482.    given ftp-Servers after start:
  483.    e.g.             "run AmFTP SERVER wade1.ab.umd.edu PORT 21",
  484.    or (is equal to) "run AmFTP wade1.ab.umd.edu PORT 21",
  485.    or (is equal to) "run AmFTP wade1.ab.umd.edu PORT=21",
  486.    or (is equal to) "run AmFTP wade1.ab.umd.edu 21",
  487.    or (is equal to) "run AmFTP wade1.ab.umd.edu".
  488.                     (Port 21 for PORT is default)
  489.  - New tooltype "DIR/K". While autoconnect with "SERVER" and "PORT" tooltypes,
  490.    you can set the initial directory with that variable.
  491.    e.g. "run AmFTP wade1.ab.umd.edu DIR /support/AmFTP"
  492.  - New tooltype "ADT". If this switch is set, AmFTP switches to ADT-Mode on
  493.    autoconnect with upper other new tooltypes.
  494.    e.g. "run AmFTP wuarchive.wustl.edu ADT"
  495.  - Whole argument string is now: "LANGUAGE/K,SERVER,PORT/N,DIR/K,ADT/S".
  496.    So, a "run AmFTP LANGUAGE english SERVER wade1.ab.umd.edu PORT 21 DIR
  497.    /support/AmFTP" is a correct call :) ... and also a simply "run AmFTP".
  498.    All arguments can also be used with Workbench-Startup. To activate
  499.    switches in .info-Files (e.g. ADT) set "ADT=1" als tooltype.
  500.  - "127.1" will be converted to "127.0.0.1" correctly, and this without
  501.    Enforcer Hits :)
  502.  - Checked out to work with Miami TCP Stack from Holger Kruse. It does.
  503.    Now supported stacks: AmiTCP, MLink, INET225, AS225r2, slirp, TIA,
  504.    Miami.
  505.  - Lots of other bufixes and minor changes.
  506.  
  507. v1.60 (13.7.96)
  508.  
  509.  - Double click on a archie search result entry: AmFTP tries to connect
  510.    to current selected site into selected directory.
  511.    This only works, if AmFTP isn't already connected to any other ftp-Server.
  512.  - Fixed a bug in getting ADTFind/Archie search result.
  513.  - Archie will now also set its maxhits value.
  514.  - Lots of other bufixes and minor changes.
  515.  
  516. v1.61 (14.7.96)
  517.  
  518.  - When you're in ADT-Mode you can see the Aminet MOTD ( Message Of The Day )
  519.    when pressing Amiga-M or selecting "Show MOTD" from Menu bar.
  520.  - A new Aminet-MOTD will be displayed, if selected in Preferences.
  521.  - Updated Aminet sites and ADT-Find sites. If you find one not working,
  522.    please contact me.
  523.  - Checked AmFTP to work with TermiteTCP. It does, since > version 0.940 of
  524.    TermiteTCP.
  525.  - You can enter a e-Mail address send on anonymous login. The prefs entry 
  526.    can be found in submenu "special". When you leave this field empty, amftp
  527.    takes a combination of your user- and hostname as address.
  528.  - Entry-colours of directory listview are now free configurable. You can
  529.    change them in preferences in submenu "special".
  530.  - Profile entries can be saved anytime with from menu.
  531.  - Import of other AmFTP's profile entries can be done from menu.
  532.    A filerequester will popup to select file to import.
  533.  - AmFTP US regsite has a new e-Mail address, use amftp-reg-us@vapor.com.
  534.  - A new regsite in australian :) 
  535.  - Regsite in europe changes. Use amftp-reg-eu@vapor.com to contact.
  536.  - Current session can be snapshoted by pressing Amiga-G or selecting
  537.    "Snapshot current session" from Action-menu.
  538.    You can found Snapshot at the end of profile list.
  539.  - Compression on the fly will be tried to get on ever file, except
  540.    packed ones.
  541.  - Batch Window Contents can be loaded and saved from menu.
  542.  - Regtool now works on a 640x256 screen with topaz/8 font.
  543.    topaz/8 will be overwritten with XHelvtica/11, helvetica/11 or XEN/9.
  544.  
  545. v1.62 (1.9.96)
  546.  
  547.  - Cursorkeys will work again in diretory listviews.
  548.  - Some minor changes.
  549.  - Some internal changes/cleanups.
  550.  - Some little bugs removed.
  551.  - "Open Connection" can be non-anonymous.
  552.  - Totally overworked the ARexx commands.
  553.  - "CONNECT" does now take any profile number.
  554.  - New Rexx command: "CONNECTHOST"
  555.  - New Rexx command: "CHANGELOCALDIR"
  556.  - New Rexx command: "GETLOCALDIRS"
  557.  - New Rexx command: "GETLOCALFILES"
  558.  - New Rexx command: "GETSELECTED"
  559.  - New Rexx command: "CLEARBATCH"
  560.  - New Rexx command: "INACTION"
  561.  - New Rexx command: "WAITACTION"
  562.  - New Rexx command: "ICONIFY"
  563.  - New Rexx command: "SHOWUP"
  564.  - New Rexx command: "GETPROFILE"
  565.  - New Rexx command: "SETPROFILE"
  566.  - New Rexx command: "CREATEPROFILE"
  567.  - New Rexx command: "QUIT"
  568.  - See Rexx/Rexx.Doc and example Rexx Scripts for further
  569.    information.
  570.  
  571. v1.63 (8.9.96)
  572.  
  573.  - Fixed a Rexx Bug, when error has occured.
  574.  - Fixed Rexx Send.
  575.  - Fixed several other bugs.
  576.  
  577. v1.63 (19.9.96)
  578.  
  579.  - New Rexx command: "SAVEPROFILES"
  580.  - Balance and weight information are stored in `PROGDIR:.AmFTPLayout',
  581.    when changed.
  582.  
  583. v1.64 (21.9.96)
  584.  
  585.  - Little bugfixes.
  586.  - New tooltype "ICONIFY".
  587.  
  588. v1.66 (19.10.96)
  589.  
  590.  - Some bugfixes.
  591.  - `.Z' won't be add on resume download.
  592.  
  593. v1.68 beta (21.11.96)
  594.  
  595.  - Recent 14 will be loaded correctly now.
  596.  - The name of the application icon in iconified state is the
  597.    name of the current ftp profile or the application's base name.
  598.  - The name of the us support site is "ftp.vapor.com" now :)
  599.  - New rexx command "SLEEP". "SLEEP ON" sets application to sleep
  600.    mode, so that no user input is possible any more. "SLEEP OFF"
  601.    switches back to normal mode.
  602.  - The feature of writing file comments to the downloaded files,
  603.    like "from <hostname>" is switch able now.
  604.  - Added new switch on profile settings to enable/disable
  605.    "compression on fly".
  606.  - The question to resume/skip/overwrite that appears, when you've
  607.    downloaded an existing file, can be disabled in preferences to
  608.    a global skip.
  609.  
  610. v1.69 beta (8.1.97)
  611.  
  612.  - Caches for receive, send and asyncio buffer can be changed now.
  613.    Be careful with changing the sizes, exspecially the asyncio
  614.    buffer.
  615.  - When there isn't enough free disk space to download all selected
  616.    files, AmFTP will pop up a warning requester.
  617.  - New tool type NOHOME. When set AmFTP won't take $HOME enviroment
  618.    to save the host list. It takes PROGDIR: instead.
  619.  - Changed to my new e-mail in catalogs 'merlin@vapor.com'.
  620.    merlin@vapor.com always points to the current one.
  621.  - Some more error codes are accepted and handed correctly.
  622.  - You can set a sound on the event when a file to download already
  623.    exists.
  624.  
  625. v1.70 beta (12.1.97)
  626.  
  627.  - Extension ".Z.Z" won't be tried to download any more, even when
  628.    compression is enabled.
  629.  - Fixed a nasty bug on download readme's.
  630.  
  631. v1.71 beta (16.1.97)
  632.  
  633.  - Skip fixed.
  634.  - Rexx function GETPROFILE now also returns password.
  635.    You wanted it :)
  636.  - New Rexx function NOFPROFILES. It returns the Number Of Profiles.
  637.  - Fixed socket cleanup.
  638.  
  639. v1.72 beta (9.2.97)
  640.  
  641.  - Password in profile editor is displayed crypted again.
  642.  - Fixed a bug with Rexx batch command.
  643.  
  644. v1.73 beta (12.2.97)
  645.  
  646.  - AmFTPPrefs works with MUI3.7.
  647.  - Requesting a directory list, AmFTP sends a "LIST -l" now.
  648.    Please report, when this doesn't work for some server.
  649.  - "Skip existing files" fixed.
  650.  - Temp files are all created with task number to avoid problems
  651.    with multiple AmFTP applications.
  652.  
  653. v1.74 beta (15.2.97)
  654.  
  655.  - Another fix on Rexx batch,
  656.  - another fix on Skip.
  657.  
  658. v1.75 (19.2.97)
  659.  
  660.  - The 'LIST -l' option is switch able now. See AmFTPPrefs/Special/
  661.    Request directory.
  662.  - Some bugfixes.
  663.  - Updated UK regsite on AmFTP regtool.
  664.  
  665.  
  666.  To subscribed to the AmFTP mailing-list ( `amftp@vapor.com' ),
  667.  just write a message to:
  668.  
  669.    `amftp-request@vapor.com'
  670.  
  671.  with a simply
  672.  
  673.    `ADD'
  674.  
  675.  in the body.
  676.  
  677.  
  678.  Remarks...
  679.  ==========
  680.  
  681.  o Try to find as many bugs as possible, send report via e-Mail to
  682.    `amftp@vapor.com'.
  683.    The logfile "T:AmFTP.log" often helps me to find bugs, other
  684.    tempfiles, too (T:.AMFTP-RTMP-<PrId>...").
  685.  
  686.  o If AmFTP crashes, you are either using a faked keyfile,a patched
  687.    version or old-versions prefs, not able to be converted anymore.
  688.    For last reason delete all ".AMFTP#?"-file in PROGDIR: and $HOME.
  689.  
  690.  o After updating AmFTP, 1st start AmFTPPreferences and SAVE Settings,
  691.    before doing anything else.
  692.  
  693.  o Catalog translater should set version number at least to 2.0,
  694.    because of a new, cleaner and better string system since v1.54.
  695.